(rmail-primary-inbox-list): Use defvar, not defconst.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Jun 1993 03:56:44 +0000 (03:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Jun 1993 03:56:44 +0000 (03:56 +0000)
lisp/mail/rmail.el

index 5799b718fdceaf2445a5cb12be4de9f91b033d78..d3dbda54ed2b79c4e9cb0bf2652b4482463dd6fd 100644 (file)
@@ -75,7 +75,7 @@ It is useful to set this variable in the site customisation file.")
 *Non-nil means automatically delete a message that is copied to a file.")
 
 ;;;###autoload
-(defconst rmail-primary-inbox-list nil "\
+(defvar rmail-primary-inbox-list nil "\
 *List of files which are inboxes for user's primary mail file `~/RMAIL'.
 `nil' means the default, which is (\"/usr/spool/mail/$USER\")
 \(the name varies depending on the operating system,